net/http.http2randomWriteScheduler.sq (field)
8 uses
	net/http (current package)
		h2_bundle.go#L11528: 	return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
		h2_bundle.go#L11538: 	sq map[uint32]*http2writeQueue
		h2_bundle.go#L11549: 	q, ok := ws.sq[streamID]
		h2_bundle.go#L11553: 	delete(ws.sq, streamID)
		h2_bundle.go#L11567: 	q, ok := ws.sq[id]
		h2_bundle.go#L11570: 		ws.sq[id] = q
		h2_bundle.go#L11581: 	for streamID, q := range ws.sq {
		h2_bundle.go#L11584: 				delete(ws.sq, streamID)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |